home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / send / Makefile < prev    next >
Encoding:
Makefile  |  1995-03-21  |  381 b   |  14 lines

  1. #
  2. # send is a little util to pop up a Send window in Mail.
  3. # see the comments in send.m for information, or run it
  4. # with a "--" option to see arguments.
  5. #
  6. # mjh
  7. #
  8. #bin = $(HOME)/Apps
  9. bin = /LocalApps
  10. p = send
  11. send: send.m; cc -arch m68k -arch i386 -arch hppa -arch sparc -O -o send send.m -lNeXT_s -lsys_s
  12. clean:; /bin/rm -rf errors core *.o $p
  13. install: $p; -install -s $p $(bin)
  14.